home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-12-07 | 534 b | 15 lines | [TEXT/MPS ] |
- # MPW 3.0 and later: We override the default COptions to turn on strict prototyping;
- # add '-r' to your UserStartup when you tire of the warning from Make.
- # If you are using MPW 3.0 or later, uncomment the following line:
- COptions = -r
- # For MPW 2.0 we use the following line so that the the complete interfaces are there:
- # COptions = -d __ALLNU__
-
- Objs = SillyIcons.c.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"Runtime.o
-
- SillyIcons ƒ {Objs} SillyIcons.make
- Link -o {Targ} {Objs}
- SetFile {Targ} -t APPL -c '????'
-